home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / ProgramFilesFolder / Data / Menu / uidef / RadioButton.def < prev    next >
Encoding:
Text File  |  2004-05-26  |  1.3 KB  |  50 lines

  1. !Include("UI.def")
  2.  
  3. MenuButton("UIMenuButton","RadioButtonPattern","","","Pattern")
  4. {
  5.     PatternFile("..\\uidef\\RadioButton.def")
  6.     PreviousElemPositioning(1)
  7.     Checked(0)
  8.     Disabled(0)
  9.     CanCallPress(0)
  10.     CanCheck(1)
  11.     MouseLeaveDestroyFocus(1)
  12.     TextureCheckedRect("menu_main.dds",1024.0,1024.0,826.0,95.0,833.0,102.0)
  13.     TextureCheckedAlpha(0.8)
  14.     TextureHightlightCheckRect("menu_main.dds",1024.0,1024.0,826.0,95.0,833.0,102.0)
  15.     TextCheckedAlpha(0.8)
  16.     TextureDisabledAlpha(0.5)
  17.     TextDisabledAlpha(0.5)
  18.     TextureFocusCheckAlpha(1.0)
  19.     TextFocusCheckAlpha(1.0)
  20.     CallPressPeriod(0.1)
  21.     DoubleClick(0.3)
  22.     Command(1)
  23.     Notify(1)
  24.     CanFocus(1)
  25.     TextureFocusAlpha(1.0)
  26.     TextFocusAlpha(1.0)
  27.     SelKeyUp(200)
  28.     SelKeyDown(208)
  29.     Text("")
  30.     TextAlpha(1.0)
  31.     TextColor(1.0,1.0,1.0)
  32.     Font("MSSansSerif8")
  33.     TextPosFlags(34)
  34.     Mouse(1)
  35.     Keyboard(1)
  36.     Joy(0)
  37.     Visible(1)
  38.     ParentPositioning(1)
  39.     ParentCenteringX(0)
  40.     ParentCenteringY(0)
  41.     ParentSizingX(0)
  42.     ParentSizingY(0)
  43.     FrameCornerSize(2,2)
  44.     TextureRect("menu_main.dds",1024.0,1024.0,833.0,88.0,838.0,93.0)
  45.     TextureAlpha(0.8)
  46.     LogicSize(0.035,0.02666666)
  47.     LogicPos(1.0600001,0.0)
  48. }// [UIMenuButton] RadioButton
  49.  
  50.